Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the renaming of reserved registers configurable #50

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

hanno-becker
Copy link
Collaborator

This PR introduces the config option reserved_regs_are_locked. When set (default), it means that reserved registers are treated as locked, that is, existing uses will not be renamed. When unset, existing used of reserved registers may (in fact, will) be renamed.

More details in config.py.

Fixes: #49

This commit introduces the config option `reserved_regs_are_locked`.
When set (default), it means that reserved registers are treated as
locked, that is, existing uses will not be renamed. When unset, existing
used of reserved registers may (in fact, will) be renamed.
@hanno-becker hanno-becker force-pushed the reserved_locked_regs branch from 92f84f1 to 4008b92 Compare April 9, 2024 04:43
@hanno-becker hanno-becker merged commit 866fa4a into main Apr 9, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can I preserve SIMD registers using -c reserved_regs?
1 participant